home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / fiberlamp.xml next >
Extensible Markup Language  |  2009-09-22  |  849b  |  28 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="fiberlamp" _label="Fiberlamp">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="10000"
  10.           convert="invert"/>
  11.  
  12.   <number id="count" type="slider" arg="-count %"
  13.           _label="Fibers" _low-label="Few" _high-label="Many"
  14.           low="10" high="500" default="500"/>
  15.  
  16.   <number id="cycles" type="slider" arg="-cycles %"
  17.           _label="Time between knocks" _low-label="Short" _high-label="Long"
  18.           low="100" high="10000" default="10000"/>
  19.  
  20.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  21.  
  22.   <_description>
  23. Draws a groovy rotating fiber optic lamp.  
  24.  
  25. Written by Tim Auckland; 2005.
  26.   </_description>
  27. </screensaver>
  28.